<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: "å¾®è½¯é›…é»‘";
	color:#333;
   /* padding-top: 64px;*/
}
body, div, ul, li, ol, dl, dt, a  {
	padding: 0;
	margin: 0;
}
ul, li, ol, dl, dt {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    transition: all 0.5s;
}
a:hover{
	color: #3f8f0a;
}
/* å­—ä½“ */
@font-face {
	font-family: 'chaojihei';  
	src: url(number.TTF);
}
/*æ»šåŠ¨æ¡ç¾ŽåŒ–*/
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background-color: rgba(128, 128, 128, 0.1);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(128, 128, 128, 0.8);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}
::-webkit-scrollbar-thumb:window-inactive {
    background-color: rgba(255, 255, 255, 0.1);
}
/* å›¾ç‰‡é¼&nbsp;æ&nbsp;‡ç»è¿‡æ”¾å¤§ */
.images{ overflow:hidden; }
.images img {width: 100%;/*height: 100%;*/display: block;transition-duration: 1s;-ms-transition-duration: 1s;-moz-transition-duration: 1s; -webkit-transition-duration: 1s; overflow:hidden;}
.images:hover img {transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);-moz-transform: scale(1.1);-webkit-transform: scale(1.1);}
.container{
	width: 100%;
	padding: 0 20px;
	box-sizing:border-box;
}
.position-r{
	position:relative;
}
.t-l{
	text-align:left;
}
.t-r{
	text-align:right;
}
.t-c{
	text-align:center;
}
.lineH-5{
	line-height: 50px;
}
/* header */
.header{
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:200;
	background: rgba(255,255,255,1);
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.header-cont{
	display:flex;
	align-items:center;
	justify-content: space-between;
	height:100px;
}
.header-height{
	height: 100px;
	width: 100%;
}
.logo{
	max-height:70px;
}
.navbar-phone{
	display:block;
	width: 40px;
	height: 40px;
	border: 0;
	background: #fff;
}
.navbar-phone img{
	width: 30px;
	height: 30px;
}
.navbar-phone-text{
	position:fixed;
	top:70px;
	right: 20px;
	background: #fff;
	z-index: 10;
	box-shadow: 0 0 10px #eee;
	padding: 5px 10px;
	text-align:center;
}
.navbar-nav-pc{
	display:flex;
	align-items: center;
	justify-content: flex-end;
	flex:1;
}
.nav-item{
	padding: 10px 15px 0 15px;
}
.nav-link{
	padding: 0;
	padding-bottom:8px;
	border-bottom: 2px solid #fff;
	color: #333;
}
.nav-link:hover{
	color: #3f8f0a;
}
.active .nav-link{
	border-color: #3f8f0a;
	color: #3f8f0a;
}
.header-phone{
	margin-left: 30px;
}
/* footer */
.footer{
	background: #303030;
	color: #999999;
}
/* é¦–é¡µ */
.index-video-bg{
	position:absolute;
	top: 0;
	left:0;
	right:0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	z-index:1;
}
.index-video-h2{
	position:absolute;
	top: 50%;
	left:50%;
	right:0;
	bottom: 5px;
	/* background: rgba(0,0,0,0.4); */
	font-size: 3em;
	text-align:center;
	color: #fff;
	font-weight:blod;
	height: 190px;
	width:860px;
	margin-top:-95px;
	margin-left: -430px;
	z-index:2;
}
.index-item h2{
	font-size: 40px;
	font-weight: normal;
	padding:0;
	margin-bottom: 40px;
	text-align:center;
}
.index-item h3{
	font-size: 30px;
	font-weight: normal;
	padding:0;
	margin-bottom: 30px;
}
.index-item p{
	font-size: 16px;
	font-weight: normal;
	padding:0;
	line-height: 30px;
}
.index-item1{
	padding: 100px 0;
	text-align:center;
}
.index-flex-ul{
	display:flex;
	align-items:center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index-flex-ul p, .index-flex-ul h3, .index-flex-ul img{
	flex-shrink: 0;
}
.index-imp-absolut{
	position:absolute;
	top: 20%;
	left:0;
	right:0;
}
.index-dl{
	display:flex;
	align-items:center;
	margin-top: 8rem;
}
.index-dl h4{
	font-family: 'chaojihei';
	font-size: 44px;
}
.index-dl h4 small{
	font-size: 26px;
}
.index-dl p{
	color: #999999;
}
.index-news-more{
	position:absolute;
	top: 10px;
	right: 10px;
	background: #408d06;
	color: #fff;
	padding: 5px 15px;
	border-radius:50px;
}
.index-news-more:hover{
	color: #fff;
	transform: scale(1.1);
}
.index-farm-li{
	display:flex;
	align-items:center;
	text-align:left;
	flex-wrap:wrap;
}
.index-farm-li a{
	flex-shrink:0;
}
.index-farm-li aside{
	padding: 0 40px;
}
.index-farm-li h3{
	margin-bottom: 5%;
}
/* æ–°é—»åˆ—è¡¨ */
.news-list{
	border-top: 1px solid #f1f1f1;
}
.news-list li{
	padding: 40px 20px;
	border-bottom: 1px solid #f1f1f1;
}
.news-list li:hover{
	box-shadow: 0 0 23px rgba(64, 141, 6, 0.1)
}
.news-list-a{
	display:flex;
	align-items:center;
}
.news-list-img, .news-list-a img{
	width: 260px;
	height: 160px;
	flex-shrink:0;
}
.news-list-a .news-list-aside{
	height: 160px;
	overflow:hidden;
	padding-left: 40px;
	text-align:left;
}
.news-list-aside{
	flex:1;
}
.news-list-aside h4{
	font-size: 20px;
	margin-bottom: 20px;
}
.news-list-aside h4 small{
	border:1px solid #408d06;
	color: #408d06;
	padding: 3px 10px;
	border-radius: 5px;
	font-size: 14px;
	margin-left: 20px;
}
.news-list-aside time{
	font-size:13px;
	line-height: 20px;
	color: #999;
}
.news-list-aside  p{
	font-size:14px;
	margin-top: 10px;
	color:#666;
	line-height: 24px;
}
.news-list-more{
	display:block;
	padding: 0 60px;
}
/* åˆ†é¡µ */
.page-item, .page-num{
	color: #408d06;
}
.page-item:hover, .page-num:hover{
	color:#408d06;
	background: #f1f1f1;
}
.page-num-current, .page-num-current:hover{
	color:#fff;
	background:#408d06;
}
/*tab*/
.btn:hover, .btn-info {
    color: #fff;
    background-color: #408d06;
    border-color: #408d06;
}
.online dl {
    background: #408d06;
}
.online dl:hover{
	background: #33650d;
}
/* æ¡ˆä¾‹åˆ†æž */
.case-list-li h4{
	margin-bottom: 4rem;
}
.case-list-li{ /*å¥‡æ•°*/
	display:flex;
	align-items:center;
	flex-wrap: wrap;
}
.case-list-li:nth-child(odd) .img-a{
	order:1
}
.case-list-li:nth-child(odd) .h4-a{
	order:0
}
.case-list-li:nth-child(even) .img-a{
	order:0
}
.case-list-li:nth-child(even) .h4-a{
	order:1
}
.line{
	display: block;
	margin:1rem 0 2rem 0;
	width:60px;
	height:3px;
	background-color: #408d06;
}
/*å…³äºŽæˆ‘ä»¬*/
.about-bg{
	background: #f3f3f3 url(../images/about-logo.jpg) no-repeat;
	background-position: 85%;
	background-size: 90px;
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	height:100px;
	z-index:-1;
}
.bg-f3{
	background-color: #f3f3f3;
}
.about-item-li{
	background-color: #fff;
	height: 400px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
}
.about-item-li h5{
	color: #666;
}
.about-item-line{
	width: 40px;
	height: 3px;
	background: #e6e6e6;
}
.about-item-li:hover{
	box-shadow: 0 0 23px rgba(64, 141, 6, 0.1)
}
.bg-lb{
	background: #f3f8fe;
}
.f1{
	flex:1;
}
.about-item2 ul:nth-child(odd) .img-a{
	order:0
}
.about-item2 ul:nth-child(odd) .h4-a{
	order:1
}
.about-item2 ul:nth-child(even) .img-a{
	order:1
}
.about-item2 ul:nth-child(even) .h4-a{
	order:0
}
.about-item3{
	background: url(../images/about/bg1.jpg);
	background-repeat: no-repeat;
	background-position: top center;  
	background-attachment: fixed;     
	color:#fff;
	padding: 100px 0;
}
.about-item-ul2{
	height:440px;
}
.about-item-li2{
	background: #fff;
	color: #333;
	padding: 5%;
	margin:10px;
	box-sizing: border-box;
	float: left;
}
.about-item-li2 h4{
	font-size:22px;
}
.about-item-li2 p{
	color:#666;
	font-size:14px;
	margin-top:4rem;
}
.about-item-li2:nth-child(1), .about-item-li2:nth-child(2){
	width: calc(25% - 20px);
	height: 440px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
}
.about-item-li2:nth-child(3), .about-item-li2:nth-child(4){
	width: calc(50% - 20px);
	height: 210px;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
.about-item-li2:nth-child(3) p, .about-item-li2:nth-child(4) p{
	margin-top:1rem;
}
.about-item-li2:nth-child(4){
	float:right;
}
.about-item2 .swiper-slide {
    transition: 300ms;
    transform: scale(0.8);
}
.about-item2 .swiper-slide-active{
	transform: scale(1);
	transition: all 0.2s ease-in 0s;
}
.about-item2 .swiper-title h4{
	font-size: 24px;
	color:#000;
	margin-top:1rem;
}
.about-item2 .swiper-title p{
	color:#999;
	font-size: 15px;
}
.about-cont-img{
	border-radius:50%;
	border: 1px solid #eee;
	padding:10px;
}
.about-cont-img:hover{
	box-shadow: 0 0 23px rgba(64, 141, 6, 0.1)
}
.about-team-img{
	border-radius:50%;
	overflow: hidden;
}
/***************** å“åº”å¼æ&nbsp;·å¼ ******************/
.s-w-80{
	width: 80%;
}
.s-w-60{
	width: calc(60% - 40px);
	margin: 20px;
	box-sizing:border-box;
}
.s-w-50{
	width: calc(50% - 40px);
	margin: 20px;
	box-sizing:border-box;
}
.s-w-50-0{
	width: 50%;
	margin: 0;
	padding:0;
}
.s-w-40{
	width: calc(40% - 40px);
	margin: 20px;
	box-sizing:border-box;
}
.s-w-30{
	width: calc(33.3333% - 40px);
	margin: 20px;
	box-sizing:border-box;
}
.s-w-25{
	width: calc(25% - 40px);
	margin: 20px;
	box-sizing:border-box;
}
.pc{
	display:block;
}
/*små±å¹•ä»¥ä¸‹*/
@media only screen and (max-width: 576px) {
	.s-w-80{
		width: 100%;
	}
	.s-w-60{
		width: calc(100% - 20px);
		margin: 10px;
	}
	.s-w-50{
		width: calc(100% - 20px);
		margin: 10px;
	}
	.s-w-50-0{
		width: 100%;
	}
	.s-w-40{
		width: calc(100% - 20px);
		margin: 10px;
	}
	.s-w-30{
		width: calc(100% - 20px);
		margin: 10px;
	}
	.s-w-25{
		width: calc(100% - 40px);
	}
	.header-height{
		height: 70px;
	}
	.navbar-phone{
		display:block;
	}
	.navbar-nav-pc{
		display:none;
	}
	.index-video-h2{
		display:none;
	}
	.index-dl{
		margin-top: 4rem;
	}
	.index-dl h4{
		font-size: 24px;
	}
	.index-dl h4 small{
		font-size: 16px;
	}
	.index-farm-li aside{
		padding: 0;
	}
	.index-news-more{
		display:none;
	}
	.news-list li{
		padding: 10px;
	}
	.news-list-img, .news-list-a img{
		width: 120px;
		height: 80px;
	}
	.news-list-aside h4 small{
		display:none;
	}
	.news-list-a .news-list-aside{
		height: 80px;
		padding-left: 10px;
	}
	.news-list-aside h4{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.news-list-aside time{
		display:none;
	}
	.news-list-aside  p{
		font-size:12px;
		margin-top: 0px;
		line-height: 26px;
	}
	.news-list-more{
		display:none;
	}
	.case-list-li:nth-child(odd) .img-a{
		order:0
	}
	.case-list-li:nth-child(odd) .h4-a{
		order:1
	}
	.about-item2 ul:nth-child(even) .img-a{
		order:0
	}
	.about-item2 ul:nth-child(even) .h4-a{
		order:1
	}
	.pc{
		display:none;
	}
	.about-item-ul2{
		height:1760px;
	}
	.about-item-li2:nth-child(1), .about-item-li2:nth-child(2){
		width: calc(100% - 20px);
		height:440px;
	}
	.about-item-li2:nth-child(3), .about-item-li2:nth-child(4){
		width: calc(100% - 20px);
		height:440px;
	}
}

/*små±å¹•ä»¥ä¸Š*/
@media only screen and (min-width: 576px) {
	.s-w-80{
		width: 100%;
	}
	.s-w-60{
		width: calc(100% - 20px);
		margin: 10px;
	}
	.s-w-50{
		width: calc(100% - 20px);
		margin: 10px;
	}
	.s-w-50-0{
		width: 100%;
	}
	.s-w-40{
		width: calc(100% - 20px);
		margin: 10px;
	}
	.s-w-30{
		width: calc(100% - 20px);
		margin: 10px;
	}
	.s-w-25{
		width: calc(100% - 40px);
	}
	.header-height{
		height: 70px;
	}
	.navbar-phone{
		display:block;
	}
	.navbar-nav-pc{
		display:none;
	}
	.index-video-h2{
		display:none;
	}
	.index-dl{
		margin-top: 4rem;
	}
	.improve-item6{
		display:none;
	}
	.index-dl h4{
		font-size: 24px;
	}
	.index-dl h4 small{
		font-size: 16px;
	}
	.index-farm-li aside{
		padding: 0;
	}
	.index-news-more{
		display:none;
	}
	.news-list li{
		padding: 10px;
	}
	.news-list-img, .news-list-a img{
		width: 120px;
		height: 80px;
	}
	.news-list-aside h4 small{
		display:none;
	}
	.news-list-a .news-list-aside{
		height: 80px;
		padding-left: 10px;
	}
	.news-list-aside h4{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.news-list-aside time{
		display:none;
	}
	.news-list-aside  p{
		font-size:12px;
		margin-top: 0px;
		line-height: 26px;
	}
	.news-list-more{
		display:none;
	}
	.case-list-li:nth-child(odd) .img-a{
		order:0
	}
	.case-list-li:nth-child(odd) .h4-a{
		order:1
	}
	.about-item2 ul:nth-child(even) .img-a{
		order:0
	}
	.about-item2 ul:nth-child(even) .h4-a{
		order:1
	}
	.pc{
		display:none;
	}
	.about-item-ul2{
		height:1760px;
	}
	.about-item-li2:nth-child(1), .about-item-li2:nth-child(2){
		width: calc(100% - 20px);
		height:440px;
	}
	.about-item-li2:nth-child(3), .about-item-li2:nth-child(4){
		width: calc(100% - 20px);
		height:440px;
	}
}

/*mdå±å¹•ä»¥ä¸Š*/
@media only screen and (min-width: 768px) {
	.s-w-80{
		width: 100%;
	}
	.s-w-60{
		width: calc(100% - 20px);
		margin: 10px;
	}
	.s-w-50{
		width: calc(100% - 20px);
		margin: 10px;
	}
	.s-w-50-0{
		width: 100%;
	}
	.s-w-40{
		width: calc(100% - 20px);
		margin: 10px;
	}
	.s-w-30{
		width: calc(100% - 20px);
		margin: 10px;
	}
	.s-w-25{
		width: calc(50% - 40px);
	}
	.header-height{
		height: 70px;
	}
	.navbar-phone{
		display:block;
	}
	.navbar-nav-pc{
		display:none;
	}
	.index-video-h2{
		display:none;
	}
	.index-dl{
		margin-top: 4rem;
	}
	.improve-item6{
		display:none;
	}
	.index-dl h4{
		font-size: 34px;
	}
	.index-dl h4 small{
		font-size: 16px;
	}
	.index-farm-li aside{
		padding: 0;
	}
	.index-news-more{
		display:none;
	}
	.news-list li{
		padding: 10px;
	}
	.news-list-img, .news-list-a img{
		width: 120px;
		height: 80px;
	}
	.news-list-aside h4 small{
		display:none;
	}
	.news-list-a .news-list-aside{
		height: 80px;
		padding-left: 10px;
	}
	.news-list-aside h4{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.news-list-aside time{
		display:none;
	}
	.news-list-aside  p{
		font-size:12px;
		margin-top: 0px;
		line-height: 26px;
	}
	.news-list-more{
		display:none;
	}
	.case-list-li:nth-child(odd) .img-a{
		order:0
	}
	.case-list-li:nth-child(odd) .h4-a{
		order:1
	}
	.about-item2 ul:nth-child(even) .img-a{
		order:0
	}
	.about-item2 ul:nth-child(even) .h4-a{
		order:1
	}
	.pc{
		display:none;
	}
	.about-item-ul2{
		height:1760px;
	}
	.about-item-li2:nth-child(1), .about-item-li2:nth-child(2){
		width: calc(100% - 20px);
		height:440px;
	}
	.about-item-li2:nth-child(3), .about-item-li2:nth-child(4){
		width: calc(100% - 20px);
		height:440px;
	}
}

/*lgå±å¹•ä»¥ä¸Š*/
@media only screen and (min-width: 992px) {
	.s-w-80{
		width: 100%;
	}
	.s-w-60{
		width: calc(60% - 40px);
		margin: 20px;
	}
	.s-w-50{
		width: calc(50% - 40px);
		margin: 20px;
	}
	.s-w-50-0{
		width: 50%;
	}
	.s-w-40{
		width: calc(40% - 40px);
		margin: 20px;
	}
	.s-w-30{
		width: calc(33.3333% - 40px);
		margin: 20px;
	}
	.s-w-25{
		width: calc(25% - 40px);
		margin: 20px;
	}
	.header-height{
		height: 100px;
	}
	.navbar-phone{
		display:none;
	}
	.navbar-nav-pc{
		display:flex;
	}
	.index-video-h2{
		display:block;
	}
	.index-dl{
		margin-top: 8rem;
	}
	.index-dl h4{
		font-size: 44px;
	}
	.index-dl h4 small{
		font-size: 26px;
	}
	.index-farm-li aside{
		padding: 0 40px;
	}
	.index-news-more{
		display:block;
	}
	.news-list li{
		padding: 40px 20px;
	}
	.news-list-img, .news-list-a img{
		width: 260px;
		height: 160px;
	}
	.news-list-aside h4 small{
		display:inline-block;
	}
	.news-list-a .news-list-aside{
		height: 160px;
		padding-left: 40px;
	}
	.news-list-aside h4{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.news-list-aside time{
		display:block;
	}
	.news-list-aside  p{
		font-size:14px;
		margin-top: 10px;
		line-height: 24px;
	}
	.news-list-more{
		display:block;
	}
	.case-list-li:nth-child(odd) .img-a{
		order:1
	}
	.case-list-li:nth-child(odd) .h4-a{
		order:0
	}
	.about-item2 ul:nth-child(even) .img-a{
		order:1
	}
	.about-item2 ul:nth-child(even) .h4-a{
		order:0
	}
	.pc{
		display:block;
	}
	.about-item-ul2{
		height:440px;
	}
	.about-item-li2:nth-child(1), .about-item-li2:nth-child(2){
		width: calc(25% - 20px);
		height:440px;
	}
	.about-item-li2:nth-child(3), .about-item-li2:nth-child(4){
		width: calc(50% - 20px);
		height:210px;
	}
}
@media only screen and (min-width: 1400px) {
	.s-w-80{
		width: 80%;
	}
	.s-w-60{
		width: calc(60% - 40px);
		margin: 20px;
	}
	.s-w-50{
		width: calc(50% - 40px);
		margin: 20px;
	}
	.s-w-50-0{
		width: 50%;
	}
	.s-w-40{
		width: calc(40% - 40px);
		margin: 20px;
	}
	.s-w-30{
		width: calc(33.3333% - 40px);
		margin: 20px;
	}
	.s-w-25{
		width: calc(25% - 40px);
		margin: 20px;
	}
	.header-height{
		height: 100px;
	}
	.container{
		max-width: 80%;
		margin:0 auto;
	}
	.navbar-phone{
		display:none;
	}
	.navbar-nav-pc{
		display:flex;
	}
	.index-video-h2{
		display:block;
	}
	.index-dl{
		margin-top: 8rem;
	}
	.index-dl h4{
		font-size: 44px;
	}
	.index-dl h4 small{
		font-size: 26px;
	}
	.index-farm-li aside{
		padding: 0 40px;
	}
	.index-news-more{
		display:block;
	}
	.news-list li{
		padding: 40px 20px;
	}
	.news-list-img, .news-list-a img{
		width: 260px;
		height: 160px;
	}
	.news-list-aside h4 small{
		display:inline-block;
	}
	.news-list-a .news-list-aside{
		height: 160px;
		padding-left: 40px;
	}
	.news-list-aside h4{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.news-list-aside time{
		display:block;
	}
	.news-list-aside  p{
		font-size:14px;
		margin-top: 10px;
		line-height: 24px;
	}
	.news-list-more{
		display:block;
	}
	.case-list-li:nth-child(odd) .img-a{
		order:1
	}
	.case-list-li:nth-child(odd) .h4-a{
		order:0
	}
	.about-item2 ul:nth-child(even) .img-a{
		order:1
	}
	.about-item2 ul:nth-child(even) .h4-a{
		order:0
	}
	.pc{
		display:block;
	}
	.about-item-ul2{
		height:440px;
	}
	.about-item-li2:nth-child(1), .about-item-li2:nth-child(2){
		width: calc(25% - 20px);
		height:440px;
	}
	.about-item-li2:nth-child(3), .about-item-li2:nth-child(4){
		width: calc(50% - 20px);
		height:210px;
	}
}
</pre></body></html>